Now that we have our sequence of values we need to display it. On the right you can see some code which does just that. When you run the program it will fetch each value in turn out of the array and display it on the LEDs.

Note that this program shows all five elements in the array at once. When we create the finished game we will travel progressively further down the array each time.